@charset "utf-8";
/* CSS Document */
body{width:100%;overflow-x:hidden;}

@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}} /* 左进入 */
.n_ab_left,.nd_abo_ml,.min_ce_left{animation-name:uk-fade-left;animation-duration: 1.1s;}  
.n_ab_right,.nd_abo_mr,.ad_sech,.min_ce_right{animation-name:uk-fade-right;animation-duration: 1.1s;}  
@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}  /* 右进入 */
.ind_about,.in_prte,.dex_n_ret3 ul li,.index_honor{animation-name:uk-fade-top;animation-duration: 1.1s;} 
.footer,.link_rt,.index_about,.index_cer_mt{animation-name:uk-fade-bottom;animation-duration: 1.1s;}  
@keyframes uk-fade-top{
    0%{
        opacity:0;
        transform:translateY(-100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}  /* 上进入 */
@keyframes uk-fade-bottom{
    0%{
        opacity:0;
        transform:translateY(100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
} /* 下进入 */


.banner-box{width:100%;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;text-align:center;}
.banner-box .bd li{width:100% !important;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-box .bd li a img,.banner-box .bd li img{max-width:100%;}
.banner-btn a{display:block;width:50px;height:70px;position:absolute;top:0;font-size:0px;}

.banner-btn a.prev{position:absolute;left:10px;top:50%;margin-top:-35px;} 
.banner-btn a.next{position:absolute;right:10px;top:50%;margin-top:-35px;}

.banner-btn a.prev:after{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#8bc34a solid;border-width:4px 4px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-4px;}
.banner-btn a.next:before{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#8bc34a solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-16px;}
.banner-btn a.prev:hover:after{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#8bc34a solid;border-width:4px 4px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-4px;}
.banner-btn a.next:hover:before{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#8bc34a solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-16px;}

.banner-box .hd {position:absolute;bottom:15px;width:100%;text-align:center;}
.banner-box .hd ul li{width: 10px;height: 10px;margin-right: 8px;display: inline-block;cursor: pointer;border: 2px solid #aaa;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.banner-box .hd ul li i{display:inline-block;margin:2px;float:left;width:6px;height:6px;background:#aaa;font-style:normal;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.banner-box .hd ul li.on{border:2px solid #8bc34a;}
.banner-box .hd ul li.on i{display:inline-block;margin:2px;width:6px;height:6px;background:#8bc34a;font-style:normal;}


.index_abt{padding-top: 100px;padding-bottom: 40px;background: #f2f2f3;}
.in_about{max-width:1200px;padding:0px 15px;margin:0px auto;}

.n_ab_left{margin-top:40px;background:#fff;width:45%;float:left;}
.n_ab_left ul{padding: 40px 30px 60px;}
.n_a_ft1{display:block;font-size: 46px;line-height:50px;color: #565757;margin-bottom:15px;}
.n_a_ft2{display:block;font-size:18px;line-height:30px;color: #565757;max-height:180px;overflow:hidden;text-indent:2em;}
.n_a_ft3{display:block;height:90px;position:relative;border-top:1px solid #e5e5e5;position:relative;}
.n_a_ft3 i{display:block;position:absolute;right:0px;top:0px;height:90px;background: #132c62 url(../images/ico_go_01.png) center center no-repeat;width:90px;text-align:center;z-index: 1;}
.n_a_ft3:after{content: '';position:absolute;width:0px;right:0px;top:0px;height:90px;background:#132c62;moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}





.dex_a_in3:after,.dex_a_in3:before{display: block;height:8px;width:30px;background: #fff; -webkit-transition: all .5s;transition: all .5s;content: '';-webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
.dex_a_in3:after{-webkit-transform: rotate(0deg);transform: rotate(0deg);margin-left: -12px;margin-top: 5px;}
.dex_a_in3:before{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.dex_a_in3:hover:after{background: #8bc34a;}
.dex_a_in3:hover:before{background: #8bc34a;}

.n_a_ft3:hover:after{width:100%;background:#132c62;}
.n_a_ft3:hover em{color:#fff;}
.n_a_ft3 em{display:block;font-size: 25px;line-height: 30px;padding: 15px 0 15px 20px;color: #565757;font-family: 'Impact';position: relative;z-index: 1;}
.n_a_ft3:hover i{background: url(../images/ico_go_01.png) 0px center no-repeat;}
.n_ab_right{float:right;width:55%;}
.n_ab_right span{display:block;padding:10px;background:#fff;text-align:center;}
.n_ab_right span img{max-width:100%;max-height:400px;}

.in_prte{max-width:1200px;padding:0px 15px;margin:40px auto 0px;}
.in_pr_mdf{display:block;text-align:center;margin-bottom:15px;}
.in_pr_mdf em{display:inline-block;font-size: 36px;line-height:60px;border-bottom:3px solid #565757;padding-bottom:10px;color:#565757;}


.merd_all{color:#000!important;display:block;border: 1px solid #000;font-size: 18px;margin:0px auto;text-align:center;padding:5px 15px;line-height: 40px;transition:400ms;text-decoration:none;background:#fff;width:150px;z-index:1;overflow: hidden;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);position: relative;border-radius:18px;-moz-border-radius:18px;-webkit-border-radius:18px;}
.merd_all:hover{color: #fff!important;background:#0a3365;}
.product_slider{width:100%;overflow:hidden;padding-top: 30px;}
.product_slider ul li{width:33.3%;float:left;}
.ite_m_img{width:100%;height:260px;background: #f8f8f8;overflow:hidden;}
.ite_m_img table{height:260px;}
.ite_m_img table img{max-width:100%;max-height:260px;-moz-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.ite_m_img table img:hover{-webkit-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);transform:scale(1.06);}
.spr_nmer{display:block;height:50px;line-height:50px;overflow:hidden;text-align:center;color: #333;font-size:16px;background: #8bc34a;}
.spr_nmer:hover{color:#fff;}
.te_m_i_mdv:hover .spr_nmer{color:#fff;}
.ind_xex_bd .pro_prev{left: 15px !important;width:36px;height:66px;background:#FFF;border-radius:0px 66px 66px 0px;z-index: 2;}
.ind_xex_bd .pro_next{right:15px !important;width:36px;height:66px;background:#FFF;border-radius:66px 0px 0px 66px;z-index: 2;}

.ind_xex_bd .pro_prev:before{content:' ';position:absolute;top:50%;margin-top: -7px;left:50%;width: 10px;height: 10px;border: #aaa solid;border-width: 4px 4px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-7px;}
.ind_xex_bd .pro_next:after{content:' ';position:absolute;top:50%;margin-top:-7px;left:50%;width:10px;height:10px;border:#aaa solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-7px;}



.ind_about{margin-top:100px;padding-top:180px;padding-bottom: 100px;background: #0a3365;position: relative;}
.nd_abo_mian{max-width:1200px;padding:0px 15px;margin:0px auto;}


.nd_abo_ml span{display:block;margin-bottom:20px;}
.nd_abo_ml span img{max-width:100%;max-height:60px;}
.nd_abo_ml em{display:block;font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 18px;text-transform: uppercase;line-height:25px;}
.lind_mdr2 dd{font-size: 13px;color: #fff;line-height: 32px;padding-left: 30px;}
.nd_mt1{background: url(../images/icon8.png) left center no-repeat;}
.nd_mt2{background: url(../images/icon9.png) left center no-repeat;background-size: 17px 18px;}
.nd_mt3{background: url(../images/icon10.png) left center no-repeat;background-size: 17px 18px;}
.nd_mt4{background: url(../images/icon11.png) left center no-repeat;background-size: 17px 18px;}


.nd_abo_mr{width: 52%;position: absolute;right: 0;bottom: 120px;padding: 3%;z-index: 1;background-color: #8bc34a;background-position:center bottom;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.nd_abo_mr:hover{background-position: center 0;-webkit-transition: all 5s ease-in-out;-o-transition: all 5s ease-in-out;transition: all 5s ease-in-out;}
.nd_abo_mr,.nd_abo_mr a{color: #fff;}

.nd_abo_mt1{display:block;font-size: 46px;line-height:60px;text-transform: uppercase;}
.nd_abo_mt1 em{display:inline-block;border-bottom:2px solid #fff;}

.de_mxc_md{width:60%;float:right;}
.slide_ldt{height:340px !important;}
.slide_ldt ul{width:100%;overflow:hidden;}
.slide_ldt li{width:49%;float:left;position:relative;height:300px;}
.slide_ldt li:nth-child(2){width:49%;float:right;}
.slide_ldt li em{display:block;height:300px;overflow:hidden;}
.slide_ldt li em table{width:100%;height:300px;}
.slide_ldt li em table img{max-width:100%;max-height:300px;}
.de_ler{padding:10px 15px;position:absolute;left:0px;bottom:0px;z-index:1;}
.slide_ldt li i{display:block;margin-bottom: 5px;font-size: 12px;line-height:25px;color:#fff;font-style:normal;}
.slide_ldt li span{display:block;font-size: 14px;line-height:25px;color:#fff;height:50px;overflow:hidden;}
.slide_ldt li a:before {content: '';display: block;width: 100%;height: 300px;position: absolute;left: 0;top: 0;background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9)); background: -ms-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));background: -o-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));}

.slide_ldt li a:after{content: '';width: 100%;height: 300px;position: absolute;left: 0;top: 0;display: block;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.slide_ldt li a:hover:after{background-color: rgba(236,207,43,.7);}
.slide_ldt li a{display:block;}
.spn_nxd span{width:12px;height:12px;margin:0px 5px !important;}


.main_cnet{max-width:1200px;padding:0px 15px;margin:0px auto;}
.m_in_ler1{line-height:40px;height:40px;color:#000;font-size:22px;border-bottom: 1px solid #ddd;}
.title_l{background-color: #e5f2f3;}
.title_l_ul{line-height:40px;margin:0px auto;font-size:14px;height:40px;overflow:hidden;max-width:1200px;padding:0px 15px;}
.title_l a{color: #666;}

.min_ce_left{width:230px;float:left;}
.min_ce_right{margin-left:260px;}
.about_m p{margin-top:20px;}
.about_m img{max-width:100%;}
.about_m{line-height:25px;font-size:12px;color:#333;}

.m_i_mn_ler1{display:block;background: #8bc349;font-size: 16px;height: 38px;overflow: hidden;white-space: nowrap;line-height: 38px;color: #FFF;padding: 0 0 0 10px;font-weight:bold;}
.min_cet_m{padding-bottom:80px;padding-top:50px;}
.in_cet1{margin-bottom:20px;}
.y_ctr2 li{line-height:38px;position:relative;}
.y_ctr2 li:last-child{border-bottom:0px;}
.y_ctr2 li a{border-bottom: 1px solid #f2f2f2;display:block;color: #444;font-size: 14px;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;padding-right: 30px;height: 38px;overflow: hidden;}
.y_ctr2 li a:hover{text-decoration:underline;}
.eb_lm_mdrf{position:relative;}
.leb_lm_m{display:none;padding: 0px 3%;width: 94%;}
.leb_lm_m a{display:block;height: 33px;line-height: 33px;color: #666;font-size: 14px;padding-left:18px;border-bottom:1px dashed #eee;}
.leb_lm_m a:hover{color:#666;}
.more_ald{display:block;position:absolute;right: 0px;top: -39px;width: 32px;z-index: 1;height: 38px;cursor:pointer;line-height: 38px;text-align: center;}
.more_ald:before,.more_ald:after{content: "";position: absolute;right: 9px;top: 17px;width: 12px;height: 2px;background: #99abb7;}
.more_ald:after{transform:rotate(90deg); transition: all .3s cubic-bezier(.4,.01,.165,.99);}
.eb_lm_mdrf i.select:after{transform:rotate(0deg);}
.y_ctr2{margin-bottom: 20px;margin-top:10px;padding:0px 10px;}

.items_content{position:relative;padding: 40px 0px;}

.side_sli_der ul li{position:relative;min-height:80px;}
.side_sli_der table{width:80px;height:80px;position:absolute;left:0px;top:10px;}
.side_sli_der table img{max-width:80px;max-height:80px;}
.side_sli_der span{display:block;margin-left:95px;line-height:25px;color: #666;font-size: 12px;height:75px;overflow:hidden;margin-top:10px;}
.side_sli_der span a{color: #666;}
.side_sli_der{max-height: 405px;overflow: hidden;}



.items_content .btn-prev{top: 0;position: absolute;left: 0;width: 100%;height: 40px;cursor:pointer;}
.items_content .btn-next{bottom: 0;position: absolute;left: 0;width: 100%;height: 40px;cursor:pointer;}

.items_content .btn-prev:after{content:' ';position:absolute;top:50%;margin-top: -2px;left:50%;width: 20px;height: 20px;border:#eee solid;border-width: 4px 4px 0 0;-webkit-transform:rotate(-135deg);transform: rotate(-45deg);margin-left:-4px;}
.items_content .btn-next:before{content:' ';position:absolute;top:50%;margin-top: -19px;left:50%;width: 20px;height: 20px;border: #eee solid;border-width: 4px 4px 0 0;-webkit-transform:rotate(45deg);transform: rotate(135deg);margin-left:-8px;}


.contact_m{line-height:35px;font-size:14px;color:#343a40;padding:20px 0px;}
.contact_m ul{border-bottom:1px dashed #e5e5e5;padding-bottom:10px;margin-bottom:10px;}
.contact_m p strong{font-size:16px;}
.contact_m p img{max-width:100%;}

.feed_m{margin:30px auto;max-width:1310px;padding:0px 15px;}
.form-group{line-height:36px;margin-bottom:22px;position:relative;display:inline-block;width:100%;}
.form-control{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:97%;}
textarea.form-control{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:180px;outline:none;color:#666;font-size:12px;padding:10px 2%;width:95%;}
#code{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:40%;float: left;}
.btn-primary{border:1px solid #8bc349 ;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;font-size:12px;width:100%;background:#8bc349 ;color:#fff;cursor:pointer !important;}
.form-group label{position:absolute;left:0px;bottom:-20px;line-height:20px;color:#666;font-size:12px;}
.form-group label.error{color:#ff0000;}
.form-group span{height: 34px;padding: 0px 10px 0 0;font-size: 14px;display: block;font-weight: 400;margin-left: 10px;color: #76838f;float: left;text-align: center;background-color: #f3f7f9;border: 1px solid #e4eaec;border-radius: 3px;line-height: 36px;}
.form-group span img{float:left;}
.form-group span a{display:inline-block;color:#666;font-size:12px;}



.pdror_lost_m_nzd {max-width:1170px;margin:30px auto 0px;}
.st_m_n1{border:1px solid #e5e5e5;padding:10px;}
.pdror_lost_m_nzd ul li{width:23.5%;margin-right:2%;float:left;margin-bottom:20px;}
.pdror_lost_m_nzd ul li:nth-child(4n){margin-right:0px;}
.pdror_lost_m_nzd ul li table{width:100%;height:220px;}
.pdror_lost_m_nzd ul li span{display:block;height:220px;overflow:hidden;}
.pdror_lost_m_nzd ul li table img{max-width:100%;max-height:220px;}
.xp_man_cd1{display:block;text-align: center;height: 30px; overflow: hidden;line-height:30px; color: #656464; transition:color 0.3s;}
.xp_man_cd1:hover{text-decoration: none;color:#8bc34a;}
.st_m_n1:hover{box-shadow:0 20px 15px -15px rgba(0,0,0,.2);}
.st_m_n1:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}

/* 分页 */
a{text-decoration:none;}
*{padding:0; margin:0; list-style:none;}
address,cite,em {font-style:normal;}
.page_tp{margin:27px auto;text-align:center;height:32px;line-height:32px;display:inline-block;width:100%;}
.page_op_txt{background:#fff;border:1px solid #ccc;height:30px;line-height:30px;padding:0px 10px !important;display:inline-block;color:#333333;font-size:12px;font-family:"微软雅黑";margin-right:10px;display:inline-block;margin-left:10px;outline:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp span{color:#6d6d6d;font-size:12px;font-family:"微软雅黑";display:inline-block;padding:0px !important;border:0px !important;background:none;}
.red_pcd{width:40px;height:28px;line-height:28px;color:#6d6d6d;font-size:12px;font-family:"微软雅黑";border:1px solid #ccc;padding-left:5px;margin-right:10px;margin-left:10px;display:inline-block;margin-top:-3px;outline:none;text-align:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.red_pcd1{width:46px;height:30px;border:1px solid #e5e5e5;color:#333;font-size:12px;font-family:"微软雅黑";background:none;cursor:pointer !important;margin-left:10px;display:inline-block;margin-top:-3px;background:#efefef;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em{display:inline-block;margin-right:10px;}
.page_op_txtu{color:#bbb;}
.page_tp em a{background:#fff;border:1px solid #e5e5e5;padding:0px;height:30px;line-height:30px;width:36px;display:inline-block;color:#333333;font-size:13px;font-family:"微软雅黑";text-align:center;margin:0px 5px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em a.on{border: 1px solid #8bc34a;color:#fff;background: #8bc34a;font-weight:bold;}
.page_tp em a.on_last{border-right:1px solid #e5e5e5;}
.page{min-height: 40px;text-align:center;margin:0px auto 0px;padding: 0px 21px;display:none;}
.page ul{padding:20px 0px;}
.page a{display: inline-block;margin:0px 2%;height: 38px;line-height: 38px;border:1px solid #dcdcdc;color: #666666;font-size: 14px;width:40%;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;}

.job_mdf_m{margin:0px auto 0px;padding:20px;}
.job_mdf_m ul{padding:10px 0px 10px;border-bottom:1px dashed #e5e5e5;margin-bottom:10px;}
.job_mdf_m ul li{color: #666666;font-size: 14px;line-height:25px;}
.job_mdf_m ul li span{color:#333;}
.job_mdf_m ul li h3{font-size:16px;}


.dhr_mt1{display:block;font-size:30px;line-height:55px;text-align:center;color: #343a40;font-weight:normal;margin-top:20px;}
.dhr_mt2{display:block;color:#666;font-size:14px;line-height:35px;text-align:center;}
.dhr_mt3 img{max-width:100%;}
.dhr_mt3 p{color:#666;font-size:14px;line-height:30px;}
.dhr_mt3{margin-top:15px;color:#666;font-size:14px;line-height:30px;}

.pge_re{margin-bottom:20px;margin-top:20px;}
.pge_re span{display:block;line-height:30px;height:30px;overflow:hidden;font-size: 14px;color:#666;}
.pge_re span a{color: #333;}
.pge_re span:hover a,.text_bsd a:hover{color:#8bc34a;}
.ews_t_tl a:hover{background:#8bc34a;color:#fff;}

.dex_n_ret3{margin-top:20px;}
.dex_n_ret3 ul li{position: relative;padding:15px 15px;}
.dex_n_ret3 ul li:nth-child(2n){background: #f9f9f9;}
.dex_n_ret3 ul li table{position:absolute;left:15px;top:15px;width:230px;height:170px;}
.dex_n_ret3 ul li table img{max-width:230px;max-height:170px;}
.ex_ne_trt{margin-left:250px;min-height:170px;}
.ex_ne_trt span{display:block;font-size:16px;color: #000;line-height: 32px;overflow:hidden;height: 32px;}
.ex_ne_trt span a{color:#000;font-size: 16px;}
.ex_ne_trt span a:hover{color:#8bc34a;}
.ex_ne_trt i{display:block;color:#6c757d;font-size:14px;line-height:30px;margin:5px 0px;font-style:normal;}
.ex_ne_trt em{display:block;font-size: 14px;line-height: 25px;color: #6c757d;max-height:50px;overflow:hidden;}

.ex_ne_trt_mfd{margin-left:0px;min-height: auto;}
.dex_n_ret3 ul li:before {content: "";position: absolute;left: 0;bottom: 0;width:100%;height: 1px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.dex_n_ret3 ul li:after{content: '';display: block;width: 0;height: 3px;background-color: #8bc34a;position: absolute;left: 0;bottom: 0;opacity: 0;filter: alpha(opacity=0);}
.dex_n_ret3 ul li:hover:after{width: 100%;opacity: 1;filter: alpha(opacity=100);-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

.lind_mdr2 dd a{color:#fff;}

.tp_inx_m1{padding-top: 30px;padding-bottom: 30px;text-align: center;background-color: #313131; position: relative;}
.tp_inx_m1 em{display:block;text-align:center;}
.tp_inx_m1:after{content:' ';position:absolute;bottom: -15px;left:50%;margin-left:-15px;width:30px;height:30px;border:#313131 solid;border-width:0px .03rem .03rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);cursor:pointer;display:block;background: #313131;}
.th_cp_m{display:block;margin: 60px 0px 20px;text-align:center;font-size: 42px;color: #333;font-weight:bold;background:url(../images/hd_ico.png) center center no-repeat;min-height: 120px;line-height:120px;}
.th_c_np_m{display:block;margin: 5px 0px 5px;text-align:center;font-size: 42px;color: #8bc34a;font-weight:bold;line-height:60px;}
.ind_xex_bd{position:relative;margin: 20px auto 60px;max-width:1200px;padding:0px 15px;background-color: #f8f8f8;box-shadow: 0 0 35px #eee;height: 310px;}
.inx_news{background: url(../images/adv_bg.png) left center no-repeat;}


.news_ndr{max-width: 1200px;margin: 50px auto 50px;padding:0px 15px;overflow:hidden;}
.news_ndr ul{width:100%;overflow: hidden;}
.news_ndr ul li{width:49%;float:left;margin-top: 28px;background:#f6f6f6;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;}
.news_ndr ul li:nth-child(2n){float:right;}
.ews_nder{padding:10px 32px;}
.ws_nt1{font-size: 18px;color: #333333;overflow: hidden;height: 48px;line-height: 48px;display: block;}
.ws_nt1 a{color:#333333;}
.ws_nt1 a:hover{color: #8bc34a;}
.ws_nt1:before{content:'';height: 3px;width: 0px;background: #8bc34a;margin-top: 22px;margin-right: 0px;transition: all 0.3s ease-in-out;float:left;}
.news_ndr ul li:hover .ws_nt1:before{width: 17px;margin-right: 12px;} 
.ws_nt2{display: block;overflow: hidden;font-size: 14px;color: #888888;line-height: 36px;height: 36px;}
.ws_nt3{ font-size: 14px;color: #888888; line-height: 30px;overflow: hidden;display: block;height: 60px;margin-top: 7px;}
.ws_nt4{line-height: 70px;height: 70px;font-size: 16px;color: #333333;width: 123px;background: url(../images/news_icon1.png) center right no-repeat;transition: all 0.4s ease-in-out; display: block;}
.f_tl{float:left;display:block;margin-right: 20px;padding-left: 26px;background: url(../images/news_icon3.png) center left 3px no-repeat;}
.f_t2{float:left;display:block;padding-left: 26px;background: url(../images/news_icon4.png) center left 3px no-repeat;}
.news_ndr ul li:hover .ws_nt4{ margin-left: calc(100% - 123px);color: #8bc34a;background: url(../images/news_icon1.png) center right no-repeat;}


.anut_mdr{background:#f4f5f7 url(../images/index_about.jpg) center center no-repeat;}
.ab_snd_m{max-width: 1200px;margin: 80px auto 50px;padding:0px 15px;overflow:hidden;}
.ab_left{float:right;width:50%;padding-left:3%;}
.ab_right{float:left;width:47%;}
.ab_left span{display:block;font-size: 26px;color: #333333;font-weight: 600;line-height: 40px;margin-bottom: 25px;}
.ab_left p{font-size: 16px;color: #333333;line-height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;}
.det_md{display: block;width: 145px;height: 40px;text-align: center;line-height: 40px;font-size: 16px;color: #333333;border: solid 1px #d9dada;margin-top: 32px;transition: all 0.3s ease-in-out;}
.det_md:hover{color: #8bc34a;border: solid 1px #8bc34a;}
.st_t2{position:relative;padding: 0px 0px 50px 50px;}
.st_t2 img{max-width:100%;max-height: 350px;}
.st_t2:after{content: '';position: absolute;top: 30px;left: 0px;width: 82%;height: 93%;background-color:#cde5b6;z-index: -1;}
.ab_right .det_il_m1{height: 350px !important;}

.ab_sn_mcd{width:100%;overflow:hidden;}
.ht_pdtr_m ul li{width:32%;margin-right:2%;float:left;}
.ht_pdtr_m ul li:nth-child(3n){margin-right:0px;}
.ht_pdtr_m{max-width: 1200px;margin: 80px auto 50px;padding:0px 15px;overflow:hidden}
.spr_n_mer{display:block;height:50px;line-height:50px;overflow:hidden;text-align:center;color: #333;font-size:16px;background:#c5e1a4;font-weight:bold;padding:0px 10px;}
.spr_n_mer:hover{color:#fff;background:#8bc34a;}
.it_e_m_img{height:320px;overflow:hidden;position:relative;}
.ht_pdtr_m ul li:nth-child(1) .it_e_m_img:before{content: '';display: block;width: 100%;height: 90%;background-color: #8bc34a;position: absolute;left: 0;bottom: 0;}
.ht_pdtr_m ul li:nth-child(1) .it_e_m_img {padding-left: 45px;-moz-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.ht_pdtr_m ul li:nth-child(2) .it_e_m_img:before{content: '';display: block;width: 100%;height: 90%;background-color: #8bc34a;position: absolute;left: 0;bottom: 0;}
.ht_pdtr_m ul li:nth-child(2) .it_e_m_img {padding:0px 45px;-moz-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.ht_pdtr_m ul li:nth-child(3) .it_e_m_img:before{content: '';display: block;width: 100%;height: 90%;background-color: #8bc34a;position: absolute;left: 0;bottom: 0;}
.ht_pdtr_m ul li:nth-child(3) .it_e_m_img {padding-right: 45px;-moz-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.it_e_m_img table{height:320px;position: relative;z-index: 1;}
.it_e_m_img table img{width: 100%;height: auto;-moz-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
/*.it_e_m_img table img:hover{-webkit-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);transform:scale(1.06);}*/
.ht_pdtr_m ul li:nth-child(1):hover .it_e_m_img{padding-left:25px;}
.ht_pdtr_m ul li:nth-child(3):hover .it_e_m_img{padding-right:25px;}
.ht_pdtr_m ul li:nth-child(2):hover .it_e_m_img{padding:0px 25px;}
.ht_pdtr_m ul li:hover .spr_n_mer{color:#fff;background:#8bc34a;}

.bt_n_mdf{display:block;padding:0px 10px;}
.bt_n_mdf a{display:block;border-bottom: 1px solid #f2f2f2;color: #444;font-size: 14px;height: 38px;overflow: hidden;line-height:38px;}

.dex_n_ret_all ul li{min-height:32px;position: relative;padding:15px 15px;}



@media (max-width:960px) {
.ind_about{margin-top:20px;padding-top: 20px;}
.index_abt{padding-top:20px;padding-bottom: 20px;background: #f2f2f3;}
.n_ab_left{margin-top:0px;}
.n_ab_right,.n_ab_left{width:100%;}
.n_ab_right{margin-top:20px;}
.de_mxc_md {width:100%;float:none;}
.nd_abo_mr{width: 94%;position:static;right: auto;}
.nd_abo_ml{width:100%;margin-top:20px;}
.ite_m_img{height:200px;}
.ite_m_img table{height:200px;}
.ite_m_img table img{max-height:200px;}
.banner-btn a.prev{display:none;} 
.banner-btn a.next{display:none;}
.min_ce_left{display:none;}
.min_ce_right{margin-left:0px;}
.th_cp_m{display:block;margin:20px 0px 20px;text-align:center;font-size:22px;}
.th_cp_m{background-size:50px 50px;min-height: 60px;line-height: 60px;}
.index_cer_m{padding: 20px 15px 20px;}
.index_cer_m:before{width:100px;height: 8px;margin: 0px auto 20px;}
.index_cer_m span{font-size: 30px;line-height: 34px;}
.index_cer_m span i{font-size:20px;}
.index_cer_m em{font-size: 14px;line-height: 30px;}
.index_cer_mt ul li{width:49%;margin-right:1%;}
.index_cer_mt ul li:nth-child(2n){float:right;}
.tp_inx_m1{padding:20px 0px;}

.ab_left{width:100%;padding-left:0px;margin-top:20px}
.ab_right{width:100%;;}
.news_ndr ul li{width:100%;}


.ht_pdtr_m ul li{width:49%;margin-right:1%;float:left;margin-bottom:30px;}
.ht_pdtr_m ul li::nth-child(2n){margin-right:0px;float:right;}
.ht_pdtr_m ul li:nth-child(3n){margin-right:0px;}



}

@media (max-width:750px) {
.page_tp{display:none;}
.page{display:block;}
.pdror_lost_m_nzd ul li{width:32%;margin-right:2%;}
.pdror_lost_m_nzd ul li:nth-child(3n){margin-right:0px !important;}
.pdror_lost_m_nzd ul li:nth-child(4n){margin-right:2%;}
.honr_lman ul li{width:50%;}



}
@media (max-width:620px) {
.n_a_ft1{font-size:26px;line-height:32px;margin-bottom:10px;}
.n_a_ft2{font-size:14px;line-height:25px;max-height:150px;}
.nd_abo_mt1{font-size:22px;line-height:32px;}
.slide_ldt li{height:220px;}
.slide_ldt li em{height:220px;}
.slide_ldt li em table{height:220px;}
.slide_ldt li em table img{max-height:220px;}
.slide_ldt{height:270px !important;margin-top:20px;}
.merd_all{font-size: 14px;padding:5px 15px;line-height: 30px;width:120px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
.in_pr_mdf em{font-size: 18px;line-height:30px;border-bottom:2px solid #565757;padding-bottom:10px;}
.ind_xex_bd{margin:30px 30px 40px;}
.pdror_lost_m_nzd ul li{width:49%;margin-right:1%;}
.pdror_lost_m_nzd ul li:nth-child(3n){margin-right:1%;}
.pdror_lost_m_nzd ul li:nth-child(2n){margin-right:0px;float:right;}

.index_cer_mt ul li{width:100%;margin-right:0px;}
.index_cer_mt ul li:nth-child(2n){float:right;}
.honr_lman ul li{width:100%;}

.ht_pdtr_m ul li{width:100%;margin-right:0%;margin-bottom:30px;}
.ht_pdtr_m ul li::nth-child(2n){margin-right:0px;float:right;}
.ht_pdtr_m ul li:nth-child(3n){margin-right:0px;}

}

@media (max-width:600px) {
.dex_n_ret3 ul li table{position:static;left:0px;top:0px;width:100%;height:170px;}
.dex_n_ret3 ul li table img{max-width:100%;max-height:170px;}
.ex_ne_trt{margin-left:0px;}
}



@media (max-width:450px) {
.pdror_lost_m_nzd ul li{width:100%;margin-right:0px;}
.pdror_lost_m_nzd ul li:nth-child(3n){margin-right:0px;}
.pdror_lost_m_nzd ul li:nth-child(2n){margin-right:0px;}	
}